home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Objrepos / DelphiDotNet / Page.aspx < prev    next >
Encoding:
INI File  |  2004-10-22  |  545 b   |  20 lines

  1. [!outputon]
  2. [!if=(DelphiScript, "True")]
  3. <%@ Page language="Delphi" Debug="true" Codebehind="[!Codebehind]" AutoEventWireup="false" Inherits="[!Namespace].T[!ClassName]" %>
  4. [!else]
  5. <%@ Page language="c#" Debug="true" Codebehind="[!Codebehind]" AutoEventWireup="false" Inherits="[!Namespace].T[!ClassName]" %>
  6. [!endif]
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  8.  
  9. <html>
  10.   <head>
  11.     <title></title>
  12.   </head>
  13.  
  14.   <body ms_positioning="GridLayout">
  15.      <form runat="server">
  16.      </form>
  17.   </body>
  18. </html>
  19.  
  20.